PLAY SOUND

This command will play the specified Sound Number.

  Syntax
PLAY SOUND Sound Number
PLAY SOUND Sound Number,Start Position
  Parameters
Sound Number
Integer
The command will play the specified Sound Number
Start Position
Integer
This value is an integer number such as 1.

  Returns

This command does not return a value.

  Description

An optional parameter allows you to specify a start position in bytes that skips the initial part of the sample to be played.

  Example Code
cls
load sound "man.wav",1
play sound 1
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index